Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@kanta8864
Copy link
Contributor

@kanta8864 kanta8864 commented May 27, 2025

Went through the feedbacks and the rubric to make sure that all requirements for Excellent are met. This includes

automatic release process (will test this and confirm that everything works when this branch gets merged to main)

  • setting main to a pre-release that is higher than the latest stable release
  • Dockerfile using multiple stages
  • the released container supporting amd64 and arm64.
  • automation supporting multiple release versions of the same pre-release

exposing a model via REST

  • env variable is used to set the listening port of the model-service
  • summary added to swagger documentation
  • services have a restart policy

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a tag to your latest commit on this branch to activate the github workflow and check if there's any error?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Except the above item, everything else looks good!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes will do in a bit.

@github-bowen github-bowen added the enhancement New feature or request label May 28, 2025
Copy link
Member

@github-bowen github-bowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Trivial/Optional] Seems that "commit README update" stage in workflow.yml exited with error, but the output details shows no error. Might need to change the checking condition of this step.

Otherwise no problems

Copy link
Member

@github-bowen github-bowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot one point. I might be better to provide local setup instructions in README, like:

export FLASK_APP=src/app.py
export PYTHONUNBUFFERED=1
export FLASK_ENV=development

python -m flask run --host=0.0.0.0 --port=8080

@github-bowen github-bowen self-requested a review May 30, 2025 14:08
@github-bowen
Copy link
Member

@kanta8864 bro, you forgot this pr

Copy link
Member

@github-bowen github-bowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Action works now

@github-bowen github-bowen merged commit a6eb7fc into main Jun 8, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants